home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
optimus
/
agata
/
home.dir
/
00019_loop in quitOut.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-20
|
258 b
|
18 lines
on exitFrame
if soundBusy(3) = 1 then
go(the frame)
end if
end
on keyDown
global theCoord
if the key = " " then
sound stop 3
if the machineType <> 256 then
go(the frame + 1)
else
go(the frame + 3)
end if
end if
end